[INFO] fetching crate envpath 0.0.1...
[INFO] fixing envpath-0.0.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate envpath 0.0.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate envpath 0.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate envpath 0.0.1
[INFO] tweaked toml for crates.io crate envpath 0.0.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate envpath 0.0.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate envpath 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded castaway v0.2.3
[INFO] [stderr]   Downloaded testutils v0.0.5
[INFO] [stderr]   Downloaded getset v0.1.5
[INFO] [stderr]   Downloaded smallvec v2.0.0-alpha.11
[INFO] [stderr]   Downloaded ron v0.10.1
[INFO] [stderr]   Downloaded tinyvec_string v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64
[INFO] running `Command { std: "docker" "start" "b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking smallvec v2.0.0-alpha.11
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking envpath v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tinyvec_string v0.3.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/os_cow.rs:28:20
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn from_str(s: &str) -> OsCow {
[INFO] [stdout]    |                    ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn from_str(s: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/os_env.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 |     s: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 41 |   ) -> ControlFlow<OsCow, OsCow>
[INFO] [stdout]    |                    ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |   ) -> ControlFlow<OsCow<'_>, OsCow<'_>>
[INFO] [stdout]    |                         ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 |   pub(crate) fn parse_remix_expr(x: &str) -> OsCow {
[INFO] [stdout]     |                                     ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |   pub(crate) fn parse_remix_expr(x: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:133:32
[INFO] [stdout]     |
[INFO] [stdout] 133 |   pub(crate) fn into_os_env(x: &str) -> OsCow {
[INFO] [stdout]     |                                ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |   pub(crate) fn into_os_env(x: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:137:26
[INFO] [stdout]     |
[INFO] [stdout] 137 |   fn match_os_env(ident: &str) -> OsCow {
[INFO] [stdout]     |                          ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 137 |   fn match_os_env(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:149:36
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub(crate) fn handle_envs(ident: &str) -> OsCow {
[INFO] [stdout]     |                                    ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub(crate) fn handle_envs(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw.rs:53:18
[INFO] [stdout]    |
[INFO] [stdout] 53 |   pub fn get_raw(&self) -> &EnvPathRaw {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                  |         ||
[INFO] [stdout]    |                  |         |the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |   pub fn get_raw(&self) -> &EnvPathRaw<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/consts/mod.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 |   pub(crate) fn match_consts(ident: &str) -> OsCow {
[INFO] [stdout]    |                                     ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |   pub(crate) fn match_consts(ident: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/consts/mod.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub(crate) fn handle_consts(ident: &str) -> OsCow {
[INFO] [stdout]    |                                      ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub(crate) fn handle_consts(ident: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project.rs:23:38
[INFO] [stdout]    |
[INFO] [stdout] 23 |   pub(crate) fn get_project_name(c0: &str) -> Option<(&str, &str, Cow<str>)> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |                |     |
[INFO] [stdout]    |                                      |                |     the same lifetime is elided here
[INFO] [stdout]    |                                      |                the same lifetime is elided here
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |   pub(crate) fn get_project_name(c0: &str) -> Option<(&str, &str, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dirs.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub(crate) fn set_double_ended_path(s: &str) -> OsCow {
[INFO] [stdout]    |                                          ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub(crate) fn set_double_ended_path(s: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dirs.rs:117:48
[INFO] [stdout]     |
[INFO] [stdout] 117 |   pub(crate) fn set_dir<F>(p: F, _android_dir: &str) -> OsCow
[INFO] [stdout]     |                                                ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |   pub(crate) fn set_dir<F>(p: F, _android_dir: &str) -> OsCow<'_>
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dirs.rs:134:36
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub(crate) fn handle_dirs(ident: &str) -> OsCow {
[INFO] [stdout]     |                                    ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub(crate) fn handle_dirs(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dirs.rs:147:40
[INFO] [stdout]     |
[INFO] [stdout] 147 |   pub(crate) fn match_base_dirs(ident: &str) -> OsCow {
[INFO] [stdout]     |                                        ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |   pub(crate) fn match_base_dirs(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling getset v0.1.5
[INFO] [stderr]     Checking testutils v0.0.5
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking ron v0.10.1
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/dirs.rs:283:7
[INFO] [stdout]     |
[INFO] [stdout] 283 |   use super::*;
[INFO] [stdout]     |       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EnvPath<'_>: Serialize` is not satisfied
[INFO] [stdout]     --> tests/from_test.rs:57:28
[INFO] [stdout]      |
[INFO] [stdout]   57 |   #[derive(Debug, Default, Serialize, Deserialize)]
[INFO] [stdout]      |                            ^^^^^^^^^ the trait `Serialize` is not implemented for `EnvPath<'_>`
[INFO] [stdout] ...
[INFO] [stdout]   60 |     dir: Option<EnvPath<'a>>,
[INFO] [stdout]      |     ------------------------ required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Serialize)]` to your `EnvPath<'_>` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Serialize`:
[INFO] [stdout]                &'a T
[INFO] [stdout]                &'a mut T
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]                (T0, T1, T2, T3)
[INFO] [stdout]                (T0, T1, T2, T3, T4)
[INFO] [stdout]              and 140 others
[INFO] [stdout]      = note: required for `std::option::Option<EnvPath<'_>>` to implement `Serialize`
[INFO] [stdout] note: required by a bound in `readme_ser::_::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs:1866:21
[INFO] [stdout]      |
[INFO] [stdout] 1864 |     fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
[INFO] [stdout]      |        --------------- required by a bound in this associated function
[INFO] [stdout] 1865 |     where
[INFO] [stdout] 1866 |         T: ?Sized + Serialize;
[INFO] [stdout]      |                     ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EnvPath<'a>: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> tests/from_test.rs:60:10
[INFO] [stdout]      |
[INFO] [stdout]   60 |     dir: Option<EnvPath<'a>>,
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `EnvPath<'a>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `EnvPath<'a>` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &'a Path
[INFO] [stdout]                &'a RawValue
[INFO] [stdout]                &'a [u8]
[INFO] [stdout]                &'a str
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]              and 153 others
[INFO] [stdout]      = note: required for `std::option::Option<EnvPath<'a>>` to implement `Deserialize<'_>`
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1732:12
[INFO] [stdout]      |
[INFO] [stdout] 1730 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1731 |     where
[INFO] [stdout] 1732 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EnvPath<'a>: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> tests/from_test.rs:60:10
[INFO] [stdout]      |
[INFO] [stdout]   60 |     dir: Option<EnvPath<'a>>,
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `EnvPath<'a>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `EnvPath<'a>` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &'a Path
[INFO] [stdout]                &'a RawValue
[INFO] [stdout]                &'a [u8]
[INFO] [stdout]                &'a str
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]              and 153 others
[INFO] [stdout]      = note: required for `std::option::Option<EnvPath<'a>>` to implement `Deserialize<'_>`
[INFO] [stdout] note: required by a bound in `next_value`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1871:12
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     fn next_value<V>(&mut self) -> Result<V, Self::Error>
[INFO] [stdout]      |        ---------- required by a bound in this associated function
[INFO] [stdout] 1870 |     where
[INFO] [stdout] 1871 |         V: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EnvPath<'_>: Serialize` is not satisfied
[INFO] [stdout]     --> tests/from_test.rs:82:28
[INFO] [stdout]      |
[INFO] [stdout]   82 |   #[derive(Debug, Default, Serialize, Deserialize)]
[INFO] [stdout]      |                            ^^^^^^^^^ the trait `Serialize` is not implemented for `EnvPath<'_>`
[INFO] [stdout] ...
[INFO] [stdout]   85 |     dir: Option<EnvPath<'a>>,
[INFO] [stdout]      |     ------------------------ required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Serialize)]` to your `EnvPath<'_>` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Serialize`:
[INFO] [stdout]                &'a T
[INFO] [stdout]                &'a mut T
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]                (T0, T1, T2, T3)
[INFO] [stdout]                (T0, T1, T2, T3, T4)
[INFO] [stdout]              and 140 others
[INFO] [stdout]      = note: required for `std::option::Option<EnvPath<'_>>` to implement `Serialize`
[INFO] [stdout] note: required by a bound in `readme_ser::_::_serde::ser::SerializeStruct::serialize_field`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/ser/mod.rs:1866:21
[INFO] [stdout]      |
[INFO] [stdout] 1864 |     fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
[INFO] [stdout]      |        --------------- required by a bound in this associated function
[INFO] [stdout] 1865 |     where
[INFO] [stdout] 1866 |         T: ?Sized + Serialize;
[INFO] [stdout]      |                     ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EnvPath<'a>: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> tests/from_test.rs:85:10
[INFO] [stdout]      |
[INFO] [stdout]   85 |     dir: Option<EnvPath<'a>>,
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `EnvPath<'a>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `EnvPath<'a>` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &'a Path
[INFO] [stdout]                &'a RawValue
[INFO] [stdout]                &'a [u8]
[INFO] [stdout]                &'a str
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]              and 153 others
[INFO] [stdout]      = note: required for `std::option::Option<EnvPath<'a>>` to implement `Deserialize<'_>`
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1732:12
[INFO] [stdout]      |
[INFO] [stdout] 1730 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1731 |     where
[INFO] [stdout] 1732 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `EnvPath<'a>: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> tests/from_test.rs:85:10
[INFO] [stdout]      |
[INFO] [stdout]   85 |     dir: Option<EnvPath<'a>>,
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `EnvPath<'a>`
[INFO] [stdout]      |
[INFO] [stdout]      = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `EnvPath<'a>` type
[INFO] [stdout]      = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                &'a Path
[INFO] [stdout]                &'a RawValue
[INFO] [stdout]                &'a [u8]
[INFO] [stdout]                &'a str
[INFO] [stdout]                ()
[INFO] [stdout]                (T,)
[INFO] [stdout]                (T0, T1)
[INFO] [stdout]                (T0, T1, T2)
[INFO] [stdout]              and 153 others
[INFO] [stdout]      = note: required for `std::option::Option<EnvPath<'a>>` to implement `Deserialize<'_>`
[INFO] [stdout] note: required by a bound in `next_value`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/de/mod.rs:1871:12
[INFO] [stdout]      |
[INFO] [stdout] 1869 |     fn next_value<V>(&mut self) -> Result<V, Self::Error>
[INFO] [stdout]      |        ---------- required by a bound in this associated function
[INFO] [stdout] 1870 |     where
[INFO] [stdout] 1871 |         V: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `MapAccess::next_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `envpath` (test "from_test") due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/os_cow.rs:28:20
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn from_str(s: &str) -> OsCow {
[INFO] [stdout]    |                    ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn from_str(s: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/os_env.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 |     s: &str,
[INFO] [stdout]    |        ^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 41 |   ) -> ControlFlow<OsCow, OsCow>
[INFO] [stdout]    |                    ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |   ) -> ControlFlow<OsCow<'_>, OsCow<'_>>
[INFO] [stdout]    |                         ++++       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:124:37
[INFO] [stdout]     |
[INFO] [stdout] 124 |   pub(crate) fn parse_remix_expr(x: &str) -> OsCow {
[INFO] [stdout]     |                                     ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |   pub(crate) fn parse_remix_expr(x: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:133:32
[INFO] [stdout]     |
[INFO] [stdout] 133 |   pub(crate) fn into_os_env(x: &str) -> OsCow {
[INFO] [stdout]     |                                ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |   pub(crate) fn into_os_env(x: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:137:26
[INFO] [stdout]     |
[INFO] [stdout] 137 |   fn match_os_env(ident: &str) -> OsCow {
[INFO] [stdout]     |                          ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 137 |   fn match_os_env(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/os_env.rs:149:36
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub(crate) fn handle_envs(ident: &str) -> OsCow {
[INFO] [stdout]     |                                    ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |   pub(crate) fn handle_envs(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw.rs:53:18
[INFO] [stdout]    |
[INFO] [stdout] 53 |   pub fn get_raw(&self) -> &EnvPathRaw {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                  |         ||
[INFO] [stdout]    |                  |         |the same lifetime is hidden here
[INFO] [stdout]    |                  |         the same lifetime is elided here
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |   pub fn get_raw(&self) -> &EnvPathRaw<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/consts/mod.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 |   pub(crate) fn match_consts(ident: &str) -> OsCow {
[INFO] [stdout]    |                                     ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |   pub(crate) fn match_consts(ident: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/consts/mod.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub(crate) fn handle_consts(ident: &str) -> OsCow {
[INFO] [stdout]    |                                      ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |   pub(crate) fn handle_consts(ident: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project.rs:23:38
[INFO] [stdout]    |
[INFO] [stdout] 23 |   pub(crate) fn get_project_name(c0: &str) -> Option<(&str, &str, Cow<str>)> {
[INFO] [stdout]    |                                      ^^^^             ^^^^  ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |                |     |
[INFO] [stdout]    |                                      |                |     the same lifetime is elided here
[INFO] [stdout]    |                                      |                the same lifetime is elided here
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 23 |   pub(crate) fn get_project_name(c0: &str) -> Option<(&str, &str, Cow<'_, str>)> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dirs.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub(crate) fn set_double_ended_path(s: &str) -> OsCow {
[INFO] [stdout]    |                                          ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub(crate) fn set_double_ended_path(s: &str) -> OsCow<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dirs.rs:117:48
[INFO] [stdout]     |
[INFO] [stdout] 117 |   pub(crate) fn set_dir<F>(p: F, _android_dir: &str) -> OsCow
[INFO] [stdout]     |                                                ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |   pub(crate) fn set_dir<F>(p: F, _android_dir: &str) -> OsCow<'_>
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dirs.rs:134:36
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub(crate) fn handle_dirs(ident: &str) -> OsCow {
[INFO] [stdout]     |                                    ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub(crate) fn handle_dirs(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dirs.rs:147:40
[INFO] [stdout]     |
[INFO] [stdout] 147 |   pub(crate) fn match_base_dirs(ident: &str) -> OsCow {
[INFO] [stdout]     |                                        ^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |   pub(crate) fn match_base_dirs(ident: &str) -> OsCow<'_> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64", kill_on_drop: false }`
[INFO] [stdout] b9abe600a726ceb64c9915b625b5a5caa960784f75c673b1c365ca2f58ee5b64
